home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / shell / vl / install.qqq next >
Text File  |  1995-08-16  |  196b  |  14 lines

  1.  
  2. COPY *.EXG
  3. COPY *.DOC
  4.  
  5. IF ソ-スもコピ-しますか?
  6.   IF ソ-ス用のサブディレクトリSRCを作成しますか?
  7.       MKDIR SRC
  8.       COPY SRC\*.* SRC
  9.   ELSE
  10.       COPY SRC\*.*
  11.   ENDIF
  12. ENDIF
  13.  
  14.